home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 3 / Your Choice Software Collection 3.iso / doom / progs / doomch14 / doomch.doc < prev    next >
Text File  |  1994-08-09  |  14KB  |  308 lines

  1.  
  2.                          ░▒▓█  Doom Cheat  █▓▒░
  3.  
  4.               Thank you for reading this (not everyone does:).
  5.  
  6.     I hope you enjoy cheating with Doom Cheat since it was fun to make.
  7.     Hopefully you'll be satified with what you can edit with this program
  8.     and hopefully I'll discover more stuff in the saved game files to
  9.     edit in the future.
  10.     For now though this shareware version lets you edit everything in a
  11.     saved game file except the network saved games. Why? Because I have
  12.     invested some time into this program which I feel should be rewarded
  13.     in the form of cold hard cash. As a bonus to you, you get the added
  14.     ability to edit Network games and get free updates mailed to you direct.
  15.     And, of course, I'll send all of my utility programs and any other cool
  16.     releases I may have.
  17.     Buuut if you want to be a SLIME BALL and never register this program or
  18.     even register DOOM with id Software then I wish you bad luck loser
  19.     and I hope my or someone elses program hangs your computer driving
  20.     you mad to the point insanity (and you get locked up in a mental
  21.     institution)!
  22.  
  23. ────────────────────────────────────────────────────────────────────────────────
  24.  
  25. Getting started:
  26.  
  27.  Move or copy (install) the DOOMCH.EAT and DC.EXE files to your DOOM 
  28.  saved game directory.
  29.  
  30.  For example DOOM version 1.1 has a directory called \DOOMDATA in your main
  31.  directory ( C:\DOOMDATA ).
  32.  
  33.  DOOM 1.2 and 1.6+  saves games in the directory where the DOOM.EXE file
  34.  is located and no longer uses the old \DOOMDATA directory.
  35.  
  36.  If you have not saved any games yet then play DOOM and save a game by
  37.  pressing [F2] during the game or press [ESC] and choose "SAVE GAME" on the
  38.  main manu after starting a new game.
  39.  
  40.  Doom Cheat will NOT let you run it until you save a game. Saved game files
  41.  are named as:
  42.                             "DOOMSAV*.DSG"
  43.  
  44.  whereever you find these files that is where you must move/copy
  45.  DOOMCH.EAT and DC.EXE to.
  46.  
  47.  To run Doom Cheat type "DC" then press [ENTER] at the dos prompt when you
  48.  are in the DOOM directory.
  49.  
  50.  
  51. ────────────────────────────────────────────────────────────────────────────────
  52.  
  53. Reasonably important:
  54.  
  55.  Make sure to read the About section inside of Doom Cheat...
  56.  just press [F1] while viewing a saved game's data.
  57.  
  58.  If this came in the "patch" the only thing wrong was the Super max out...
  59.  after your weapon there is an unknown but important field that was not set
  60.  correctly for DOOM v1.6 saved games. It caused DOOM to die and leave the
  61.  clock ticking away at about 30 ticks per second (normal is about 18.2).
  62.  Well that was easy enough to fix.
  63.  
  64.  The above problem has led me to include this note to anyone who uses my
  65.  program. id Software can not be held responsible for any errors that this
  66.  program may cause. If you contact them with a question on this program you
  67.  are not a very bright person since id Software did NOT make this program.
  68.  You can get help from me on Software Creations BBS but be sure to address
  69.  your E-Mail to "DERIC BENESCH" in the main conferance (default).
  70.  If you want to play it safe do NOT change anything in the "Unknown ##"
  71.  fields and if you do - press [CTRL+R] to restore the game rather then messing
  72.  it up entirely. You should also stay within 0-999 on almost all numeric
  73.  fields and on fields that have "settings" like "on" or "god mode" you
  74.  should use the setting and never see a numeric value in its place. Doom
  75.  Cheat was made as a "hack" for the saved game files and although it may be
  76.  "user-friendly" it is still powerfull enough to mess up DOOM.
  77.  
  78.  Use Doom Cheat with caution and AT YOUR OWN RISK!!!
  79.  
  80. ────────────────────────────────────────────────────────────────────────────────
  81.  
  82. New parameter passing and program support.
  83.  
  84.   You can now enter parameter(s) into Doom Cheat to pass to either
  85.  
  86.   1) DOOM.EXE
  87.   2) SETUP.EXE
  88.   3) IPXSETUP.EXE
  89.   4) SERSETUP.EXE
  90.  
  91.   You can enter MAIN parameters almost anytime in Doom Cheat by pressing:
  92.                               [CTRL+Z]
  93.  
  94.   Here's a run down of the parameter macros:
  95.  
  96.   @IPX    ≡  Load IPXSETUP.EXE in the current directory.
  97.   @SER    ≡  Load SERSETUP.EXE in the current directory.
  98.   @SET    ≡  Load SETUP.EXE in the current directory.
  99.  
  100.   NOTE: Without one of the above macros DOOM.EXE will be loaded.
  101.         Multiple repititions of a macro are ignored/deleted from final
  102.         parameter string.
  103.  
  104.   @PROMPT ≡  Prompts you before loading ANY program including DOOM.EXE...
  105.              This is a handy feature allowing you to edit the final
  106.              parameter string just before execution. You can add the
  107.              names of PWADs to the parameter string while having pre-set
  108.              parameters like -RESPAWN.
  109.  
  110.   The order in which you enter macros does NOT matter but some macros
  111.   have presidence over others (like @PROMPT). Besides entering something
  112.   like @IPX@SER@PROMPT is kind of stupid. Just pick one. Here's an example
  113.   of a typical parameter string I use:
  114.  
  115.   @PROMPT@IPX-DEATHMATCH -ALTDEATH -NOMONSTERS -TURBO 200
  116.  
  117.   and sometimes:
  118.  
  119.   @PROMPT@IPX-DEATHMATCH -ALTDEATH -NOMONSTERS -TURBO 200 -FILE pwadname.wad
  120.  
  121.   The macros and parameters are not case sensitive so use lowercase if your
  122.   lazy (like me).
  123.  
  124. ────────────────────────────────────────────────────────────────────────────────
  125.  
  126. Network saved games (registered Doom Cheat only and...
  127.                      DOOM v1.2 or v1.6 which should be registered).
  128.  
  129.   DOOM v1.2, 1.6 saves network games on every players computer. If you
  130.   change the net saved game on one computer you should make the same changes on
  131.   the other computers or copy the saved game file to the other computers.
  132.  
  133.   To change players 2-4 press [N] while viewing then first player's data and
  134.   press [N] again to move to the next player's data and so on. To get back to
  135.   the first player's data press [ESC] or keep pressing [N] until you pass
  136.   saved player number 4.
  137.  
  138.   You can now press F2-F4 to jump to player's 2-4 while viewing the 1st
  139.   players data.
  140.  
  141.   If you want to load DOOM directly you must press [ESC] first if you're
  142.   editing players 2-4, then press [CRTL+D]. Otherwise you'll see a message
  143.   pop up to let you know that you're not to bright.
  144.  
  145.   I currently do not have Doom Cheat set up to load SETUP or IPXSETUP or
  146.   SERSETUP but if I need it for myself (or someone pays me to) I'll build
  147.   the option in with the ability to use a parameter file of some kind or
  148.   I'll just have a box pop up and ask for parameters. I may add the ability
  149.   to pass parameters to DOOM since I like to play PWADs from time to time.
  150.  
  151.   I have NOT tested Doom Cheat with a DOOM v1.2 saved game with over 2
  152.   players. If someone could send me a copy of a game saved with DOOM v1.2
  153.   and at least 3 players (shoot for 4) I can confirm my educated guess or
  154.   fix the Doom Cheat settings. Please send info of each players HEALTH and
  155.   ARMOR, that's all I should need. If you didn't register Doom Cheat I'll
  156.   give you a registered version so you can use it yourself (No Fake
  157.   Saves Please). As far as copyrights are concerned with networks I'm not
  158.   going to rip your head off if you use the same copy of the registered
  159.   Doom Cheat over a LAN network but try not to let the registered version
  160.   leak out to the public or I SHALL be Pissed!
  161.  
  162. ────────────────────────────────────────────────────────────────────────────────
  163.  
  164. New Mouse support!
  165.  
  166.   Now you can navigate Doom Cheat with your mouse. Here are the simple
  167.   rules for the mouse buttons...
  168.  
  169.  
  170.       Button       │  Description
  171.    ────────────────┼───────────────────────────────────────
  172.                    │
  173.    Left Button #1  │  Acts as LEFT and Y keys
  174.    Right Button #2 │  Acts as RIGHT and N keys
  175.    Middle Button   │  Acts as ENTER and ESC keys
  176.                    │
  177.  
  178.    If you press both buttons 1 and 2 at the same time when you are editing
  179.    a saved game the "Enter a value" box will pop up... the middle mouse
  180.    button does this also.
  181.  
  182.    When you see a "Save game?" box pop up, if you press a button while the
  183.    mouse cursor is away from the buttons the mouse buttons will act like
  184.    the Y, N, ESC keys described above.
  185.  
  186.    If you push a button directly it doesn't matter which button is pressed
  187.    since it will do the "hot" key on the button.
  188.  
  189. ────────────────────────────────────────────────────────────────────────────────
  190.  
  191. Other notes:
  192.  
  193.  The SPACE key no longer saves the game when you are prompted with the
  194.  "Save game?" message. Now you MUST press Y or ENTER (or mouse button #1)
  195.  to save the game.
  196.  
  197.  If you aren't using the mouse the new TAB key is a nice feature for
  198.  quickly editing your game(s).
  199.  
  200.  
  201.  You can load DOOM right from Doom Cheat by pressing [CTRL+D] at almost
  202.  any time when your inside of Doom Cheat. The DC.EXE file uses less then
  203.  6K of memory so you should have no problems with memory.
  204.  
  205.  If you plan on using Doom Cheat, load Doom Cheat first then press [CTRL+D]
  206.  to load DOOM. When you quit from DOOM, Doom Cheat will load back up
  207.  automatically for you so you can constantly change your saved game then
  208.  load DOOM without having to type at the DOS prompt. When you want to quit
  209.  from Doom Cheat press [CTRL+Q].
  210.  
  211.  There are some "fields" that I have not figured out, mainly since I'd
  212.  rather play this incredible game rather then figuring it out.
  213.  
  214.  If you figure out what the Unknown fields are send me a letter describing
  215.  which field(s) are what and how to test your findings out (It has to
  216.  work of course).
  217.  
  218.  If they work I will send you a disk of stuff that I didn't send you yet
  219.  (if I sent you anything yet at all).
  220.  
  221.  
  222.  If Doom Cheat doesn't know the DOOM version number of the saved game file
  223.  it will default to version 1.6.
  224.  
  225. ────────────────────────────────────────────────────────────────────────────────
  226.  
  227. Try this out...
  228.  
  229.    Set your "Health" to "0" and make sure you have "God Mode On"...
  230.    you can walk around without being attacked, a VERY strange thing in DOOM.
  231.  
  232. ────────────────────────────────────────────────────────────────────────────────
  233.  
  234.         Everything else is in Doom Cheat but here's a quick list
  235.                 of the DOOM built-in cheat commands.
  236.  
  237.  During a game press these letters in order at any speed:
  238.  
  239.    IDDQD       ≡  Degreelessness mode, God mode.
  240.    IDKFA       ≡  Full ammo.
  241.    IDSPISPOPD  ≡  No clipping, walk through walls.
  242.    IDBEHOLD    ≡  Menu of power-ups, press letter of power-up to toggle.
  243.    IDCLEV      ≡  Warp, press episode number and then level number.
  244.                   There is no message for this one but when you press
  245.                   the numbers your weapon doesn't change.
  246.    IDCHOPPERS  ≡  Gives you the chainsaw, press [1] to use it.
  247.    IDMYPOS     ≡  Gives current position.
  248.  
  249.  And while looking at the map (press [TAB]):
  250.  
  251.    IDDT        ≡  Toggles between normal, full, and full with objects.
  252.  
  253.  Make sure MESSAGES=ON to see if you entered the codes right.
  254.  
  255.  I've noticed that many of these codes don't work in the "Nightmare"
  256.  difficulty setting in DOOM v1.2+ but you can still use Doom Cheat to
  257.  give yourself God mode and Walkthrough walls as well as the standard
  258.  stuff. The above codes also don't always work in network games but
  259.  you can give yourself and everyone else playing a network game God 
  260.  mode and tons of ammo with the registered version of Doom Cheat.
  261.  
  262. ────────────────────────────────────────────────────────────────────────────────
  263.  
  264. If your having trouble in Doom Cheat press [F1] to get info/help.
  265.  
  266.           Doom Cheat recognizes DOOM version 1.1 ,DOOM version 1.2,
  267.                           DOOM version 1.6 and
  268.                   adjusts itself for the save game files.
  269.  
  270. ────────────────────────────────────────────────────────────────────────────────
  271.  
  272.                      Get Deric's latest releases from:
  273.                      ░▒▓█ Software Creations BBS █▓▒░
  274.  
  275.                 1200/2400 V.42/MNP Lines : (508) 365-2359
  276.             2400-14.4k HST US Robotics Lines : (508) 368-7036
  277.         2400-16.8k V.32/V.42bis US Robotics lines : (508) 368-7139
  278.      14.4-28.8k V.32/V.42bis/V.fc Hayes Optima lines: (508) 365-9352
  279.   14.4-28.8k V.32/V.42bis/V.32terbo/V.fc US Robotics lines: (508) 368-3424
  280.  
  281.                         » "Home of the Authors" «
  282.                * Software Creations Voted #1 BBS for 1993 *
  283.                      "There's no place like home!" 
  284.  
  285. ────────────────────────────────────────────────────────────────────────────────
  286.  
  287. Please register DOOM with id Software so I can get to play another generation
  288. of DOOM and so can you. It should be real hard to top this game off but if it
  289. had added animations/frames for the sprites, reflective stuff like water,
  290. added abilities like flying, and more blood that stuck to the floor, walls,
  291. and players, more network players, more weapons, more stuff to find,
  292. more enemies, more of anything that is possible...
  293. DOOM would become the best game on the PC and any other platform it is
  294. ported to. With the new 32-64bit systems coming out this is more possible
  295. and easier to do, especially with CD-ROM systems like Saturn, Sony's PS-X,
  296. the Jaguar (I've got it already), big Ns Project whatever, and yes even 3DO.
  297. But none of these systems gives you the power or versatility of the PC and
  298. hopefully id Software will never abandon this platform in the years to come.
  299.  
  300.  
  301. To register DOOM with id Software see the ORDER.FRM file that came with DOOM.
  302.  
  303. ────────────────────────────────────────────────────────────────────────────────
  304.  
  305.        DOOM, the DOOM logo and DOOM likenesses are trademarks of
  306.                       id Software, inc., (C)1993
  307.  
  308.